Skip to content

Comments

Add Dockerfiles, docker-compose, and docs for Docker support#124

Open
dernestbank wants to merge 1 commit intojamiepine:mainfrom
dernestbank:add/docker-support
Open

Add Dockerfiles, docker-compose, and docs for Docker support#124
dernestbank wants to merge 1 commit intojamiepine:mainfrom
dernestbank:add/docker-support

Conversation

@dernestbank
Copy link

Added steps to build and run the project using Docker Compose:This will:

  • Build the Python backend (exposes port 8000)
  • Build the frontend and serve it via nginx (exposes port 3000 -> nginx:80)

The backend installs the large ML dependencies (torch, transformers) and may result in a large image.
Users can pass a custom data directory by mounting a host folder to the data volume in docker-compose.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant